BTW I run Arch Debian NixOS
Coded 2048 for Watchy, and tetris for BornHack badge 2022
I was quite fascinated with these devices and decided to do a weekend project for each of them (2 weekends total)
Checkout the awesome Bornhack 2022 badge
and the awesome E-Paper watch: Watchy
SELECT id, nickname, comment, page_url, visitor_url, (CASE WHEN show_contact THEN contact ELSE NULL END) as contact_info, created_at
FROM comment WHERE approved AND public AND page_url = '/Coded portable games' ORDER BY created_at DESC;